How to setup the weather widget

1.) Navigate to private/var/stash/ themes/Code Blu HD WeatherWidget.theme / Weather/ configureMe.js
2.) Go to weather.yahoo.com and enter your zip code.
3.) Read the URL in your browser and copy the string of numbers at the end of the url in the browser address bar. This is your location code. Do not copy the trailing slash /.
4.) Paste your code at the top in configureMe.js at the end of this string: var locale = 
It will look something like this: var locale = 2459115  which is the location code for New York City.
5.) Save the file and respring your phone.

Celcius and Farenheit can be easily changed by setting TRUE or FALSE in configureMe.js



